home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / pj64.arc / DC.DEF < prev    next >
Text File  |  1988-12-16  |  286b  |  19 lines

  1. NAME    DC
  2.  
  3. DESCRIPTION 'Windows Digital Clock by Mike Babcock and Bill Hall'
  4.  
  5. STUB 'Winstub.exe'
  6.  
  7. HEAPSIZE    1024
  8. STACKSIZE    4096
  9.  
  10. CODE    MOVEABLE
  11. DATA    MOVEABLE MULTIPLE
  12.  
  13. SEGMENTS
  14.     _TEXT PRELOAD MOVEABLE
  15.     _INIT PRELOAD MOVEABLE DISCARDABLE
  16.  
  17. EXPORTS
  18.     MainWndProc    @1
  19.